/*清除样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
i,em{font-style: normal;}
body{text-align:left;font-family:"Microsoft Yahei",Arial,sans-serif;font-size:14px;color:#666666;}
a,ins{text-decoration:none;}
a{color:#333333;}
a:hover{text-decoration: underline;}
/*a:hover{color:#f00;}*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.bge4{background-color: #e4e4e4;}
.bgf5{background-color: #f5f5f5;}
.bgf6{background-color: #f6f6f6;}
.bgfff{background-color: #FFFFFF;}

.fl{float: left;}
.fr{float: right;}
